I can now display the form but it doesn't save the document. I am stil getting the Error 500 -- internal server error.
I only have 1 field on the form that is computed, that is my $$Return field. it's syntax is "[
http://www.theurl.com]". The rest of my field are editable with no default value accept 2. Their values are Deleted/"NO" and docread/"Not Read". (fieldname/"value")
I also have a few checkboxes with no default. I use window.document.forms[0].submit(); in the web javascript of a button to submit my form and the form WebQuerySave event I call and agent that has the following formula.
@MailSend("emailaddress";"";"";"New Airport Comment";"Here is a new comment from the website.";"";[IncludeDoclink]);
SELECT ((Form = "airport_commentsNo"))
I am really lost. Not sure why this isn't working.